home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / RListAlloc < prev    next >
Text File  |  1990-06-22  |  922b  |  67 lines

  1.  
  2.  
  3.  
  4.      RListAlloc(31.0)      ARP Programmers Library     RListAlloc(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       RListAlloc - Allocate    and track memory on specific ResList
  10.  
  11.      SYNOPSIS
  12.       memblock = RListAlloc( ResList, Size)
  13.          d0               A0       D0
  14.  
  15.      FUNCTION
  16.       Allocate memory as in    ArpAlloc(), but    track using the
  17.       supplied ResList, rather than    the most recent    ResList    for
  18.       this task.  This can be used to link memory into your    own
  19.       private ResList, if desired.
  20.  
  21.      INPUTS
  22.       ResList - The    ResList    the allocation will be chained onto.
  23.  
  24.       Size - The Size of the memory    request.
  25.  
  26.      RESULT
  27.       memblock - pointer to    a block    of memory of the requested
  28.           size,    or NULL.
  29.  
  30.       TRACKER - The    tracker    pointer    is in A1, or in    the Global
  31.           variable LastTracker for C hackers.
  32.  
  33.      BUGS
  34.       None Known.
  35.  
  36.      AUTHOR
  37.       CDH
  38.  
  39.      SEE ALSO
  40.       ArpAlloc(), FreeTrackedItem().
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.